virtual_set

Since

0.9.0

Functions

Link copied to clipboard
pure function empty(): boolean
Link copied to clipboard
pure function join_to_text([separator: text], [prefix: text], [postfix: text], [limit: integer?], [truncated: text], [transform: (T2) -> text]): text

Creates a text from all the elements separated using separator and using the given prefix and postfix if supplied.

If the iterable is large, you can specify a non-negative value of limit, in which case only the first limit of elements will be appended, followed by the truncated text (which defaults to "...").

Link copied to clipboard
pure function size(): integer
Link copied to clipboard
(alias) pure function str(): text
Alias
Link copied to clipboard
function to_full(): set<T>
Link copied to clipboard
pure function to_text(): text